home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 August / Macworld (1999-08).dmg / Shareware World / Info / For Developers / MADE 1.4.0 / Documentation / Getting Started < prev    next >
Encoding:
Text File  |  1999-05-26  |  1.3 KB  |  26 lines  |  [ttro/ttxt]

  1. MADE version 1.4.0
  2.  
  3. Getting Started
  4.  
  5. These instructions are for MetroWerks CodeWarrior:
  6.  
  7. • Create a new project with a folder (using a Mac OS C/C++ template).
  8. • Add all the resource and source files in MADE's Essentials folder to all targets in the project.
  9. • You will be informed about having added access paths to all targets.
  10. • Copy MADE's User folder into your project's folder.
  11. • Add the resource and source files in your newly-created User folder to all targets in the project.
  12. • Remove other source and resource files from the project and folder (e.g. SillyBalls). Don't remove any libraries!
  13.  
  14. You'll now have a compilable and runnable application, containing just 3K of 680x0 code or 7K of PowerPC code, and 2K of resources.
  15.  
  16. Now look at the following files : 
  17.  
  18. • User Settings.h. Set up how much of MADE you want to use.
  19. • Essential Headers.h. See which routines are provided for your use.
  20. • Essential Prototypes.h. See which functions you need to write.
  21. • Essential Extras.h. See what you get when you purchase MADE.
  22. • User Functions.c. Start to replace these routines with your own.
  23.  
  24. The files in the User folder are designed to be edited for each project you create, while those in the Essentials folder are designed to be left alone. Altohugh you can of course edit these files, this will make it harder to upgrade MADE in future.
  25.  
  26.